Return

Edit Task: SetTaskResourceSetupModes

Format

SCHED / EditTask '<TaskName>' SetTaskResourceSetupModes '<ResourceName>' <SetupStateApplies> '<UsableSetupModeList>'

Description

The SetTaskResourceSetupModes attribute under EditTask defines the usable resource state setup modes for the specified resource for all of the task's possibilities.

Parameters

ParameterDescription
ResourceNameThe parameter is a string of text in single quotes of the resource that is being defined within the command.
SetupStateAppliesThe parameter is a Boolean value that determines whether setup state modes is applicable.
UsableSetupModeListThe parameter is a string of text in single quotes of a comma delimited list of usable setup modes. Empty string is allowed if SetupStateApplies value is false. A mode name specified that is not already part of the predefined modes for the resource will be added dynamically to the associated resource's capacity state definition permanently as the next free enumerated mode index.

Examples

Set usable modes during setup for all possibilities containing ResA in TaskA

SCHED / EditTask 'TaskA' SetTaskResourceSetupModes 'ResA' True 'Blue,Red,Green'